table of contents
MEMPING(1) | libmemcached-awesome | MEMPING(1) |
NAME¶
memping - libmemcached Documentation
SYNOPSIS¶
memping [options] [server]
Test for availability of a server
DESCRIPTION¶
memping can be used to ping a memcached server to see if it is accepting connections.
OPTIONS¶
- --help
- Display help.
- --version
- Display version.
- --quiet
- Operate quietly.
- --verbose
- Operate more verbosely.
- --debug
- See --verbose.
- --servers <list of servers>
- Specify the list of servers as hostname[:port][,hostname[:port]...].
- --binary
- Enable binary protocol.
- --username <username>
- Use username for SASL authentication.
- --password <password>
- Use password for SASL authentication.
ENVIRONMENT¶
- MEMCACHED_SERVERS
- Specify the list of servers.
SEE ALSO¶
- •
- /libmemcached
November 12, 2021 | 1.1 |